projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d81038
)
(Fy_or_n_p): Change call to read_filtered_event to use new arg.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 26 Jul 2006 18:16:14 +0000
(18:16 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 26 Jul 2006 18:16:14 +0000
(18:16 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index c222a6c45e0f38edcf067fc313133066a677d6a1..ca4a098878a37540d1a01efb4d7ceb3c2c4bff80 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-3249,7
+3249,7
@@
is nil and `use-dialog-box' is non-nil. */)
Fraise_frame (mini_frame);
}
- obj = read_filtered_event (1, 0, 0, 0);
+ obj = read_filtered_event (1, 0, 0, 0
, Qnil
);
cursor_in_echo_area = 0;
/* If we need to quit, quit with cursor_in_echo_area = 0. */
QUIT;